home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / uuexe656.zip / UUENDROP.BAT < prev    next >
DOS Batch File  |  1996-10-18  |  224b  |  9 lines

  1. @echo off
  2. rem use this as a drop target to UUencode files on Win95
  3. rem rename below to contain the correct path to uuencode
  4. rem For example: c:\utility\uuencode etc.
  5.  
  6. ???\uuencode %1 *\
  7. echo .
  8. echo Done Encoding %1
  9.